/******************************************** VIDEOS STYLES *****************************************************/

.MainBody {
    width: 100%;
    /*height: 100vh;*/
    height: 100%;
    background-image: linear-gradient(rgba(12,3,51,0,3),rgba(12,3,51,0,3));
    /*position: relative;*/
    /*padding: 0 5%;*/
    margin-top: 0;
    display: flex;
    align-items: center;
    /*justify-content:center;*/
    position: fixed;
    z-index: -1;
    top: 0;
    object-fit: cover;
    opacity: 0.5;
}

/*.back-videos {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

@media(min-aspect-ratio:16/9) {
  .back-video {
    width: 100%;
    height: auto;
  }
}

@media(max-aspect-ratio:16/9) {
  .back-video {
    width: auto;
    height: 100%;
  }
}*/
